Link to this headingGitHub Actions

GitHub Actions is a CI/CD platform that allows you to automate your software development workflows directly in your GitHub repository.

GitHub Actions by Example - Learn GitHub Actions through practical examples and tutorials
Git Hub Source IPs

Link to this headingSecurity considerations

See [GitHub Actions Code Review](/Code Review/CI&CD/Github Actions.md)

Link to this headingAWS Integration

Use github OIDC to allow specific repos to have a role with permissions. This makes the access only be available when running a action

Link to this headingTest

Use act to test github actions locally through docker.

Link to this headingPublic Repos